home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-07-30 | 893 b | 85 lines | [TEXT/ttxt] |
- /*
- * Sound Demonstration Program
- * written for the Boston MacWorld Expo
- * using the Macintosh Programmer's Workshop
- *
- * © 1986 Fred A. Huxham
- *
- *--------------------------------------
- * This is Rez file that defines the
- * square wave notes resource type
- *--------------------------------------
- *
- */
-
-
- type 'Note' {
- array NoteArray {
- unsigned integer;
- };
- };
-
- resource 'Note' (8888, "SqWvNotes", appheap, preload) {
- {
- 11977;
- 11305;
- 10670;
- 10071;
- 9506;
- 8972;
- 8469;
- 7994;
- 7545;
- 7121;
- 6722;
- 6344;
- 5988;
- 5652;
- 5335;
- 5036;
- 4753;
- 4486;
- 4234;
- 3997;
- 3772;
- 3561;
- 3361;
- 3172;
- 2994;
- 2826;
- 2668;
- 2518;
- 2377;
- 2243;
- 2117;
- 1998;
- 1886;
- 1780;
- 1680;
- 1586;
- 1497;
- 1413;
- 1334;
- 1259;
- 1188;
- 1122;
- 1059;
- 999;
- 943;
- 890;
- 840;
- 793;
- 749;
- 707;
- 667;
- 629;
- 594;
- 561;
- 529;
- 500;
- 472;
- 445;
- 420;
- 397
- }
- };